@charset "UTF-8";

/* 一括で全ての要素の余白をゼロに指定 */
* {
	padding: 0;
	margin: 0;
	border: 0;
}
.txt_osirase {
	font-size: 80%;
	line-height: 140%;
}
.txt_osirase02 {
	color: #DD8B04;
	font-size: 90%;
	line-height: 130%;
	margin-bottom: 10px;
}
.txt_osirase01 {
	font-size: 75%;
	line-height: 150%;
	margin-bottom: 10px;
}
.osirase_box {
	overflow: auto;
	padding-left: 10px;
	padding-bottom: 5px;
	padding-top: 5px;
	padding-right: 10px;
}
